func go/build/constraint.pushNot

7 uses

	go/build/constraint (current package)
		expr.go#L477: 	x = pushNot(x, false)
		expr.go#L538: func pushNot(x Expr, not bool) Expr {
		expr.go#L547: 		return pushNot(x.X, !not)
		expr.go#L554: 		x1 := pushNot(x.X, not)
		expr.go#L555: 		y1 := pushNot(x.Y, not)
		expr.go#L564: 		x1 := pushNot(x.X, not)
		expr.go#L565: 		y1 := pushNot(x.Y, not)